You can pass the kParentAtomIsContainer constant to QT atom functions that take an atom container and a parent atom as parameters. When passed in place of the parent atom, this constant indicates that the parent atom is the atom container itself.
enum {
kParentAtomIsContainer = 0
};
| Previous | Chapter Contents | Chapter Top | Next |